home *** CD-ROM | disk | FTP | other *** search
/ Washington DC Interactive / Washington DC Interactive CD-ROM.iso / pc / Media / comp.dxr / 00014_button.ls < prev    next >
Encoding:
Text File  |  2000-10-09  |  306 b   |  15 lines

  1. on mouseDown
  2.   set btn to the clickOn
  3.   puppetSprite(btn, 1)
  4.   puppetSound("click")
  5.   set the memberNum of sprite btn to 13
  6.   set the loc of sprite btn to point(614, 456)
  7.   updateStage()
  8.   repeat while the stillDown
  9.     updateStage()
  10.   end repeat
  11.   updateStage()
  12.   puppetSprite(btn, 0)
  13.   go(1, "main")
  14. end
  15.